home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ddirv73.zip / DIRNOTES.DOC < prev    next >
Text File  |  1993-01-20  |  10KB  |  236 lines

  1.    ************************************************************************
  2.    *                                                                      *
  3.    **********************  DDIR  VERSION 7.3******************************
  4.    *                                                                      *
  5.    ************************************************************************
  6.  
  7.      Note: this package contains the following files:
  8.  
  9.                      DDIR.EXE  (version 7.3)
  10.                      DDIRCFG.COM
  11.                      DIRNOTES.DOC
  12.  
  13.  
  14. DDIR
  15.  
  16. Purpose:  gives a forward/backward scrollable double-column directory display.
  17.           Protected files are flagged with a "+", system files with a "$",
  18.           hidden files with a "*".  Files created today are shown in a different color.
  19.  
  20.           With optional switch /d shows instead of file size the amount of
  21.           "dead space" used to store that file. (Depending on your DOS version
  22.           and/or hard drive type, a certain minimum amount of space is required
  23.           for all files.  For example, a 10 byte batch file may actually
  24.           use 8192 bytes of your drive. The dead space is the amount of disk
  25.           space wasted by a file.)  
  26.  
  27.           Instead of the /d switch you can use the /t switch - in this case,
  28.           DDIR will show the TOTAL space required for each file.  You cannot
  29.           combine the /d and /t switches.
  30.          
  31.           Whether the /d or /t switch is used or not, DDIR will report as a
  32.           sumamry total file size, total space actually used, total dead space,
  33.           and compute the "storage efficiency", which is simply the ratio of
  34.           file size to space actually required for storing the file(s)
  35.           specified. TAKE A LOOK AT THE STORAGE EFFICIENCY FOR THOSE
  36.           BATCH FILES!!
  37.  
  38.  
  39.           ** NEW IN VERSION 7.0a ***
  40.  
  41.           DDIR now allows you to sort directory listings alphabetically,
  42.           by size, extension, age or attribute, and to instantly (well,
  43.           almost!) resort or reverse the sort order.
  44.  
  45.           For lists that require more than one screen, you can also scroll
  46.           back and forth.  Press PgDn to go to next screen, PgUp to go to
  47.           previous screen, and Home to go to first screen.  Pressing Esc
  48.           at any time exits the program, first listing the summary information
  49.           (total number of files, dead space etc.).  Pressing End takes
  50.           you to the last screen PROVIDED you have previously scrolled all
  51.           the way through the listing using PgDn.
  52.  
  53.           Pressing F1 now brings up a help box.
  54.  
  55.           Pressing c at any time toggles back and forth between UPPER CASE
  56.           and lower case displays.
  57.  
  58.           Please note that DDIR now reports the count of files and
  59.           subdirectories separately, unlike the DOS dir command.
  60.  
  61.  
  62.           ** NEW IN VERSION 7.1 ***
  63.  
  64.           Version 7.1 is functionally the same as 7.1 but contains a fix
  65.           that locks it to using only 24, 44 or 50 line displays. The program
  66.           uses a standard DOS call to get the number of lines on the screen,
  67.           but unfortunately some non-standard BIOSes report this number
  68.           incorrectly.  As an added precaution, DDIR can be configured to
  69.           use ONLY 25 lines, regardless of the screen mode being used (see
  70.           "customizing" below).
  71.  
  72.  
  73.           ** NEW IN VERSION 7.2 ***
  74.  
  75.           Version 7.2 is functionally the same as 7.1 but contains a fix
  76.           that makes it restore your screen color on exit.  Previous
  77.           versions set your screen to the DOS default color.
  78.  
  79.  
  80.           ** NEW IN VERSION 7.3 ***
  81.  
  82.           Version 7.3 is functionally the same as 7.2 but contains a fix
  83.           that makes it restore your cursor if you attempt to read a disk
  84.           drive that is not ready (e.g. door open).
  85.  
  86.  
  87.  
  88. Notes:    Use the same way as the DOS dir command.  Wild-card characters are
  89.           allowed.
  90.  
  91. Summary of switches:
  92.  
  93.           /d  -  show dead space
  94.           /t  -  show total space
  95.  
  96. Usage:    ddir [d:][path][file.ext][/switch]
  97.           N.B. - path/filename, if used, must come BEFORE the switch 
  98.  
  99. Examples: directory of current drive and directory     ddir
  100.           list of .COM files on drive a -              ddir a:*.com
  101.           list of files of directory "one', drive c -  ddir c:\one
  102.           dead space on root drive                     ddir /d
  103.           total space used by *.bat files              ddir *.bat /t 
  104.  
  105.  
  106.       **** IMPORTANT UPDATE NOTE ******** IMPORTANT UPDATE NOTE ****
  107.  
  108.       DDIR is now an EXE file.  If you are upgrading from an earlier COM
  109.       version, be sure to delete DDIR.COM.
  110.    
  111.       **** IMPORTANT UPDATE NOTE ******** IMPORTANT UPDATE NOTE ****
  112.  
  113.  
  114.  
  115. Customizing DDIR.COM
  116.  
  117. The display colors, the date and time format and the default display (upper
  118. or lower case) can be set automatically using the accompanying program
  119. DDIRCFG.
  120.  
  121. BEFORE CUSTOMIZING, MAKE SURE YOU HAVE BACKED UP THE ORIGINAL DDIR.EXE
  122. TO A SAFE PLACE!  Then from the directory where you have ddir.exe simply
  123. type   ddircfg.   An executable file caled DDIRN.EXE, using your
  124. customizations, will be created.  Test this before using the DOS COPY
  125. command to copy it to ddir.exe.
  126.  
  127. DDIR can, if your display adapter is appropriate, use fast screen display.
  128. Unless you are using a CGA adapter or VGA in a slow computer, you should
  129. be able to use this mode.  However, because some adapters are non-standard
  130. it is possible that running in fast display mode would lock your system. 
  131. DDIR therefore ships with the default normal display speed.  You can modify
  132. this through DDIRCFG.  If doing so causes no problems stay with it; if a
  133. problem does arise, re-run DDIRCFG and select normal display speed.
  134.  
  135. Some non-standard BIOSes do not correctly return the number of lines being
  136. used on the display screen (25 on CGA; up to 60 on VGA displays).  Although
  137. DDIR tries to detect abnormal results, you can, as an added precaution, force
  138. it to use only 25 lines.  Normally,  select "let DDIR choose", and force it
  139. to 25 lines only if there is a problem with the display.  On a correct
  140. display you will see the following two lines at the bottom of the screen:
  141.  
  142. F1 - help   Home, PgUp, PgDn, End    c - toggle upper/lower case     Esc - exit
  143. Sort: n(ame) e(xtension) s(ize) a(ge) f(ile attribute)   r - reverse sort order
  144.  
  145.  
  146.  
  147.                              *** IMPORTANT ***
  148.  
  149. The author makes no warranty that the software in this package
  150. will work with your particular hardware configuration.  You use the
  151. programs entirely at your own risk, and the author will not be held
  152. liable for any damage caused to your hardware or software through
  153. use of this software, or for any other effects, direct or indirect,
  154. of using the software.
  155.  
  156. Legalities aside, you should not run into difficulties with this
  157. software.
  158.  
  159. These programs are distributed as shareware, AND IS NOT CRIPPLED!!.
  160.  
  161. You do not have to register as a user, nor are you under any
  162. obligation to pay for the use of the programs.  However, in the
  163. spirit of shareware, you are requested to consider making a small
  164. donation to the author if you find the software in this package useful.
  165. The suggested contribution is $7 but less (or more!) would be fine.
  166. Should you decide to make a contribution, please remit to:
  167.  
  168.                    Malcolm Drury
  169.                    11 Adele Crescent
  170.                    Nepean
  171.                    ON  K2J 2T7
  172.                    Canada
  173.  
  174. Internet drury@gsc.emr.ca
  175. Compuserve 70574,3457
  176.  
  177. Bank notes would be fine!  Thank you. Please tell me where you
  178. got the software from.
  179.  
  180.  
  181. IF YOU HAVE PREVIOUSLY PAID FOR AN EARLIER VERSION  -  THANKS, AND
  182. OF COURSE YOU ARE NOT EXPECTED TO PAY AGAIN.
  183.  
  184. Please note that at the contribution requested, I cannot provide direct
  185. technical support, nor automatically send upgrades, should they
  186. become available. If you have comments, questions, bug reports etc., please
  187. leave a message on this BBS, or to my Compuserve or to my INTERNET address.
  188.  
  189. The software is supplied on an "as is" basis, and is fully functional -
  190. not crippled in any way.  Furthermore, you will never be prompted with
  191. "Have you paid me yet?" notices. I intensely dislike so-called "shareware"
  192. that actually is a crippled version of the full working version.  In my
  193. opinion it's not shareware, it's a semi-useable demo!
  194.  
  195. You are free to distribute this software package provided that you
  196. distribute the ENTIRE package, including this documentation file.
  197.  
  198. I hope you find this package useful.
  199.  
  200. Malcolm Drury
  201. January 20, 1993
  202.  
  203.  
  204. ********************************************************************************
  205.  
  206.             Look for the following shareware on this BBS
  207.  
  208. VGAPAL.ZIP - customize up to 4 VGA text color palettes, choosing from more
  209.              than 260,000 colors! (And see how many you can actually discern!).
  210.              One palette can be used to create a small (2k) TSR program that
  211.              maintains your chosen scheme.  Alternatively, you can set any of
  212.              the palettes, or a grey-scale scheme, from a non-TSR if
  213.              memory is a problem.
  214.  
  215. SPCEINF7.ZIP - shows graphically hard disk space installed, used and free,
  216.                for all drives; second program shows graphically space on
  217.                designated drive (including floppy), and reports on installed
  218.                and available RAM, including XMS and EMS memory.
  219.  
  220.  
  221. ADR50.ZIP - address and telephone number filer, and label maker.  Suitable
  222.             for personal databases or for small clubs etc.  Ideal for finding
  223.             telephone numbers quickly.
  224.  
  225. VIEW70.ZIP - file viewer for WordPerfect 5.0 - 5.2, ASCII and Word (DOS 4/5
  226.               and Windows 1/2); includes text search, printing full or partial
  227.               file, etc.
  228.  
  229. MTG.ZIP - quick and dirty mortgage calculator, American and Canadian styles of
  230.           calculation.    
  231.  
  232. IF YOU DO NOT FIND ANY OF THESE, LEAVE ME A MESSAGE!
  233.  
  234. CIS 70574,3457
  235. INTERNET drury@gsc.emr.ca
  236.